Select(Int32[]) Method
Selects a list of items.

C# Syntax

void Select( 
   params int[] indices
)

Parameters

indices
The 0-based indices of the items to select.